home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / dlg / dlgtyp.h < prev   
Encoding:
C/C++ Source or Header  |  1994-11-16  |  262 b   |  15 lines

  1. #ifndef    _DLG_DLGTYP_H
  2. #define    _DLG_DLGTYP_H
  3.  
  4. #include    <stdarg.h>
  5.  
  6. #ifndef    _SIDLG_H
  7. #    include    <sidlg.h>
  8. #endif
  9.  
  10. /*    "dlgstd1.c"        ----------------------------------------------------*/
  11. extern    int        dlg_setType_std1( DLG_T *dlg, va_list arg );
  12.  
  13.  
  14. #endif
  15.